
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Noto Serif Devanagari', serif;

}

body {
    font-size: 14px !important;
    /*background: #ccc;*/
    overflow-x: hidden;
}

p{
    text-align: justify;
    color:#000;
}

 .header {
            background: blue;
            height: 40px;
            width: 100%;
        }

main {
    background-color: #fff !important;
}

.mains {
    position: relative;
    width: 49.625rem !important;
     height: 70.18rem !important;
     background-color: yellow;
}

.article-content {

    font-family: 'DB_Hindi', sans-serif;
}


@media print {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;

    }

     /*.container {*/
     /*   width: 49.625rem !important;*/
     /*height: 70.1875rem !important;*/
     /*   margin: 0;*/
    } 




/* main {
    background-color: #fff !important;
} */

.header {
    background: #CE202A;
    height: 50px;
    width: 100%;
}

.heading-main h1 {
    font-size: 55px;
    width: 600px;
    margin: auto;
    font-weight: normal;
}

.blue-box {
    background-color: #00AFF2;
    width: 600px;
    height: 280px;
    margin: auto;
}

.gray-box {
    background: #DEDEDE;
    height: 28px;
    width: 600px;
    text-align: center;
    margin: auto;
}
.line{
    text-decoration: underline;
    line-height: 30px;
    
}
.border-b{
    border-bottom: 3px solid #DEDEDE;
    display: inline-block;
}
.gray-box-2{
    background-color: #DEDEDE;
    width: 100%;
    height: 15px;
}
.border-b-2{
    border-bottom: 2px solid black;
}
.red-box{
    background-color:  #CE202A;
}
.red-box-2{
        background-color:  #CE202A;
        height: 5px;

}